const google.golang.org/grpc/internal/transport.closing

10 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L747: 			if t.state == closing {
		http2_client.go#L958: 	if t.state == closing {
		http2_client.go#L970: 	t.state = closing
		http2_client.go#L1015: 	if t.state == draining || t.state == closing {
		http2_client.go#L1263: 	if t.state == closing {
		http2_client.go#L1687: 			if t.state == closing {
		http2_server.go#L1216: 	if t.state == closing {
		http2_server.go#L1223: 	t.state = closing
		http2_server.go#L1327: 	if t.state == closing { // TODO(mmukhi): This seems unnecessary.
		transport.go#L526: 	closing